@charset "utf-8";
html,body{width:100%;font-size: 14px}
.w1400{
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
   overflow: hidden;
}
p,a,span,sub{
    font-size: 14px;
}
.top{
   height: 120px;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   background-color: rgba(255, 255, 255, 0.4);
   z-index: 10;
}
.top .w1400{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.top .logo{
    flex: 0 0 24%;
   height: 78px;
   background: url(../images/logo.png) 0 0 no-repeat;
}
.nav{
    flex: 1;
   height: 120px;
   display: flex;
   justify-content: flex-end;
}
.nav li.nav-li{
   height: 117px;
   border-bottom: 3px solid transparent;
   margin-left: 70px;
}
.nav li.nav-li a{
   text-decoration: none;
   display: block;
   color: #000;
   font-size: 16px;
   text-decoration: none;
   line-height: 117px;
   width: 100%;
   text-align: center;
}
.nav li.nav-li:hover{
   border-bottom: 3px solid #2464a4;
}
.nav li.nav-li:hover a{
   color: #2464a4;
}
.language{
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.language a{
    display: inline-block;
    padding: 0 5px;
    color: #000;
	text-decoration: none;
	font-size: 14px;
}
.home.swiper img{
    display: block;
    width: 100%;
}
.box1{
   height: 890px;
   background: url(../images/box1.jpg) center 0 no-repeat;
   background-size: cover;
}
.box-title{
   width: 100%;
   height: 106px;
   margin-top: 29px;
   position: relative;
}
.box-title h1{
   display: block;
   width: 100%;
   text-align: center;
   height: 67px;
   line-height: 67px;
   text-align: center;
   font-size: 48px;
   font-weight: bold;
   color: #2464a4;
}
.box-title::after{
   content: "";
   width: 260px;
   height: 2px;
   position: absolute;
   left: 50%;
   margin-left: -130px;
   top: 73px;
   background: url(../images/titlebg.png) 0 0 no-repeat;
}
.box-title span{
   display: block;
   width: 100%;
   height: 20px;
   line-height: 20px;
   text-align: center;
   font-size: 16px;
   margin-top: 19px;
   color: #515151;
}
.index-prodnav{
   width: 100%;
   height: 44px;
   display: flex;
   justify-content: space-between;
   margin-top: 15px;
}
.index-prodnav a{
   display: block;
   width: 210px;
   height: 44px;
   box-sizing: border-box;
   border: 1px solid #2464a4;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #2464a4;
   font-size: 16px;
   text-decoration: none;
}
.index-prodnav a:hover{
   background-color: #2464a4;
   color: #fff;
}
.prodlist{
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 20px;
}
.prodlist li{
   width: 320px;
   height: 310px;
   margin-bottom: 20px;
}
.prodlist li img{
   width: 100%;
   height: 270px;
}
.prodlist li span{
   display: block;
   width: 100%;
   height: 40px;
   text-align: center;
   line-height: 40px;
   background: #9fa0a0 url(../images/prodicon.png) 283px center no-repeat;
   color: #fff;
   font-size: 14px;
}
.box2{
   height: 750px;
   background: url(../images/box2.jpg) center 0 no-repeat;
   background-size: cover;
}
.box2 .w1400{
    position: relative;
    height: 100%;
}
.box2 .about-left{
    position: absolute;
	width: 540px;
	height: 550px;
	left: 0;
	top: 0;
	background: url(../images/about-left.png) center no-repeat;
}
.box2 .about-bottom{
    display: flex;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	bottom: 90px;
	left: 0;
}
.box2 .box:first-child{
    flex: 0 0 307px;
    background: url(../images/about-icon1.png) center no-repeat;
}
.box2 .box:nth-child(2){
    flex: 0 0 308px;
    background: url(../images/about-icon2.png) center no-repeat;
}
.box2 .box:nth-child(3){
    flex: 0 0 336px;
    background: url(../images/about-icon3.png) center no-repeat;
}
.box2 .box:nth-child(4){
    flex: 0 0 278px;
    background: url(../images/about-icon4.png) center no-repeat;
}
.box2-cont{
   width: 763px;
   float: right;
   margin-top: 81px;
}
.box2-cont h1{
   height: 44px;
   line-height: 44px;
   font-size: 35px;
   font-weight: bold;
   color: #fff;
   display: block;
}
.box2-cont .sp1{
   height: 22px;
   line-height: 22px;
   font-size: 14px;
   display: block;
   color: #fff;
}
.box2-cont .sp2{
   line-height: 40px;
   margin-top: 16px;
   font-size: 16px;
   color: #fff;
   text-indent: 2em;
}
.box2-cont a{
   width: 180px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-sizing: border-box;
   border: 1px solid #fff;
   margin-top: 55px;
   color: #fff;
   font-size: 14px;
   text-decoration: none;
}
.box3{
   height: 500px;
   background: url(../images/box3.jpg) center 0 no-repeat;
   background-size: cover;
}
.box3list{
   width: 100%;
   height: 300px;
   display: flex;
   margin-top: 19px;
   justify-content: space-between;
}
.box3list li{
   width: 454px;
   height: 300px;
   overflow: hidden;
}
.box3list li:nth-child(1) {
   background: url(../images/box3icon1.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box3list li:nth-child(2) {
   background: url(../images/box3icon2.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box3list li:nth-child(3) {
   background: url(../images/box3icon3.jpg) 0 0 no-repeat;
   background-size: 100% 100%;
}
.box3list li h1{
   display: block;
   width: 100%;
   height: 38px;
   line-height: 38px;
   text-align: center;
   color: #fff;
   font-size: 29px;
   margin-top: 146px;
}
.box3list li a{
   text-decoration: none;
}
.box3list li span{
   width: 99px;
   height: 30px;
   box-sizing: border-box;
   display: block;
   margin: 19px auto 0 auto;
   text-align: center;
   color: #fff;
   font-size: 10px;
   line-height: 30px;
   background-color: #2464a4;
   border-left: 3px solid #f7ad03;
}
.box3list li:hover span{
   background-color: #f7ad03;
}
.box4{
   height: 700px;
   background: url(../images/box4.jpg) center 0 no-repeat;
   background-size: cover;
}
.box-title2 h1{
   color: #fff;
}
.box-title2 span{
   color: #fff;
}
.box4-cont{
   width: 100%;
   margin-top: 15px;
   display: flex;
   justify-content: space-between;
}
.box4-cont .left{
   width: 640px;
   height: 500px;
   background: url(../images/box4pic.jpg) 0 0 no-repeat;
}
.box4-cont .newslist{
   width: 750px;
}
.box4-cont .newslist li{
   width: 100%;
   height: 120px;
   box-sizing: border-box;
   padding: 0 23px;
   background-color: #fff;
   margin-bottom: 7px;
   overflow: hidden;
}
.box4-cont .newslist li a{
   text-decoration: none;
   color: #333;
} 
.box4-cont .newslist li .sp1{
   height: 18px;
   margin-top: 8px;
   font-size: 10px;
   color: #818181;
   line-height: 18px;
   display: block;
}
.box4-cont .newslist li .sp2{
   height: 25px;
   font-size: 14px;
   display: block;
   color: #2464a4;
}
.box4-cont .newslist li .sp3{
   line-height: 14px;
   margin-top: 3px;
   font-size: 10px;
   color: #818181;
   display: block;
}
.box4-cont .newslist li .sp4{
   line-height: 17px;
   margin-top: 16px;
   color: #2464a4;
   font-size: 10px;
   display: block;
}
.box5{
   height: 401px;
   background: url(../images/box5.jpg) center 0 no-repeat;
   background-size: cover;
}
.bottombg{
   height: 360px;
   background: url(../images/bottom.jpg) center 0 no-repeat;
   background-size: cover;
}
.bottom{
   width: 100%;
   height: 270px;
   display: flex;
   justify-content: space-between;
   overflow: hidden;
}
.bottom .bottom-left{
   width: 520px;
}
.bottom .bottom-left .title{
   margin-top: 30px;
   font-size: 24px;
   color: #fff;
}
.bottom .bottom-left span{
   display: block;
   width: 100%;
   color: #fff;
   font-size: 14px;
   height: 44px;
   text-indent: 36px;
   line-height: 44px;
}
.bottom .bottom-left .sp1{
   background: url(../images/bticon1.png) 0 center no-repeat;
}
.bottom .bottom-left .sp2{
   background: url(../images/bticon2.png) 0 center no-repeat;
}
.bottom .bottom-left .sp3{
   background: url(../images/bticon3.png) 0 center no-repeat;
}
.bottom .bottom-left .sp4{
   background: url(../images/bticon4.png) 0 center no-repeat;
}
.bottom .bottom-center{
   flex: 1;
}
.bottom .bottom-center .title{
   margin-top: 30px;
   font-size: 24px;
   color: #fff;
}
.piclist{
   width: 100%;
   height: 220px;
   display: flex;
   justify-content: space-between;
   margin-top: 18px;
}
.btnav{
   width: 400px;
   height:auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.btnav li{
   width: 200px;
   height: 44px;
   background: url(../images/btnvaicon.png) 0 center no-repeat;
}
.btnav li a{
   color: #fff;
   font-size: 14px;
   line-height: 44px;
   text-decoration: none;
   text-indent: 37px;
   display: block;
}
.bottom-right{
   width: 155px;
   margin-top: 30px;
   height: auto;
}
.bottom-right img{
   width: 155px;
   height: 155px;
   margin-top: 11px;
}
.bottom-right span{
   display: block;
   width: 100%;
   height: 23px;
   text-align: center;
   margin-top: 15px;
   font-size: 14px;
   color: #fff;
}
.footer{
   width: 100%;
   height: 88px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #fff;
   font-size: 14px;
}
.pagebanner{
   height: 550px;
}
.pagebanner1{
   background: url(../images/pagebanner1.jpg) center 0 no-repeat;
}
.pagebanner2{
   background: url(../images/pagebanner2.jpg) center 0 no-repeat;
}
.pagebanner3{
   background: url(../images/pagebanner3.jpg) center 0 no-repeat;
}
.pagebanner4{
   background: url(../images/pagebanner4.jpg) center 0 no-repeat;
}
.pagebanner5{
   background: url(../images/pagebanner5.jpg) center 0 no-repeat;
}
.locationbg{
   height: 70px;
   background-color: #eff1f5;
}
.location{
   display: flex;
   justify-content: space-between;
   height: 70px;
}
.location .left{
   display: flex;
   padding-left: 22px;
   background: url(../images/location.png) 0 center no-repeat;
   align-items: center;
   font-size: 14px;
   color: #242424;
}
.location span{
    display: inline-block;
    padding: 0 3px;
}
.location .left a{text-decoration: none;}
.location .pagerightnav{
   display: flex;
   height: 70px;
   align-items: center;
}
.location .pagerightnav li{
   width: 140px;
   height: 40px;
   margin-right: 20px;
}
.location .pagerightnav li a{
   display: block;
   height: 40px;
   color: #000000;
   line-height: 40px;
   text-decoration: none;
   font-size: 14px;
   text-align: center;
}
.location .pagerightnav li a:hover{
   background-color: #2464a4;
   color: #fff;
}
.page{
   height: auto;
   overflow: hidden;
   padding: 35px 0;
}
.pagecontent{
   width: 100%;
   min-height: 500px;
   overflow: hidden;
   font-size: 16px;
   line-height: 30px;
}
.pagetitle{
   width: 100%;
   height: 66px;
   display: flex;
   justify-content: center;
   align-items:center;
}
.pagetitle h1{
   height: 66px;
   line-height: 66px;
   font-size: 36px;
   font-weight: bold;
   color: #2464a4;
}
.pagetitle div{
   margin-top: 7px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.pagetitle span{
   font-size: 16px;
   color: #878787;
   margin: 0 10px;
}
.page-prodlist{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.page-prodlist li{
   width: 336px;
   height: 301px;
   margin-bottom: 50px;
   margin-right: 18px;
   box-sizing: border-box;
   border: 2px solid #f4f4f4;
   border-radius: 10px;
   padding: 0 11px;
}
.page-prodlist li:nth-child(4n){
   margin-right: 0;
}
.page-prodlist li a{
   text-decoration: none;
   color: #fff;
}
.page-prodlist li img{
   width: 100%;
   margin-top: 11px;
   box-sizing: border-box;
}
.page-prodlist li span{
   display: block;
   text-align: center;
   width: 100%;
   height: 63px;
   line-height: 63px;
   text-align: center;
   font-size: 14px;
   margin-top: 10px;
   border-top: 2px solid #a4a4a4;
   color: #a4a4a4;
}
.page-prodlist li:hover span{
   color: #2464a4;
   border-top: 2px solid #2464a4;
}
.prodpage-right{
   width: 1000px;
   float: right;
   height: auto;
   box-sizing: border-box;
   padding: 0 20px;
   background-color: #fff;
   overflow: hidden;
}
.prodpage{width: 100%;min-height: 403px;border-radius: 5px;}
.prodpage-cont{width: 100%;height: auto;overflow: hidden;}
.prodpage .left{width: 372px;float: left;height: 302px;margin-top: 54px}
.prodpage .left img{width: 325px;}
.prodpage .right{width: 800px;float: left;margin-top:54px;padding-left: 30px;}
.prodpage .right h1{display: block;width: 100%;line-height: 50px;color: #333;font-size:24px;}
.prodpage .right span{display: block;width: 100%;line-height: 29px;margin-top:10px;color: #686868}
.prodcontent{width: 800px;height: auto;padding-bottom:20px;overflow: hidden;float: left;
    padding-left: 30px;
}
.page-newslist{
   width: 100%;
   height: auto;
}
.page-newslist li{
   width: 100%;
   height: 200px;
   background-color: #f5f5f5;
   margin-bottom: 20px;
}
.page-newslist li a{
   width: 100%;
   box-sizing: border-box;
   padding: 0 32px;
   display: block;
   overflow: hidden;
   text-decoration: none;
}
.page-newslist li h1{
   display: block;
   width: 100%;
   height: 33px;
   margin-top: 12px;
   line-height: 33px;
   color: #333;
   font-size: 24px;
   font-weight: bold;
}
.page-newslist li .left h1::after{
   content: "";
   width: 60px;
   height: 2px;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #343434;
}
.page-newslist li .sp1{
   display: block;
   margin-top: 4px;
   line-height: 25px;
   font-size: 14px;
   color: #666666;
}
.page-newslist li .sp2{
   display: block;
   margin-top: 4px;
   line-height: 20px;
   font-size: 11px;
   color: #666666;
}
.page-newslist li .sp3{
   display: block;
   width: 100px;
   height: 36px;
   margin-top: 18px;
   border: 1px solid #666666;
   font-size: 11px;
   background-color: #fff;
   color: #666666;
   display: flex;
   align-items: center;
   justify-content: center;
}
.page-newslist li:hover h1{
   color: #2464a4;
}
.page-newslist li:hover .sp3{
   color: #2464a4;
   border: 1px solid #2464a4;
}


.newspage{width:100%;float:left;min-height:500px;}
.newshow-top{text-align:center;width:100%;height:auto;overflow:hidden;float:left;}
.newshow-top h1{font-size:24px;margin-top:18px;height:auto;display:block;width:100%;line-height:30px;float:left;color:#333333}
.newshow-top span{font-size:12px;color:#888888;line-height:26px;display:block;float:left;width:100%;margin-top:3px;margin-bottom:10px}
.fengexian1{border-bottom:1px solid #ebebeb;float:left;width:100%;}
.newshow-ct{padding-bottom:27px;color:#555555;float:left;margin-left:15px;margin-right:10px;padding-top:15px;overflow:hidden;}
.newshow-bot{width:100%;position:relative;margin-bottom:5px;float:left;overflow:hidden;margin-top:10px;margin-bottom:10px;}
.newshow-bot span{color:#666666;font-size:13px;display:block;width:550px;margin-top:3px;line-height:20px;margin-left: 15px;}
.newshow-bot span a{color:#666666;text-decoration:none;}
.newshow-bot span a:hover{color:#407aee;}
.piclista{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
}
.piclista li{
   width: 330px;
   height: 268px;
   margin-bottom: 22px;
   margin-right: 27px;
   box-sizing: border-box;
   padding: 10px;
}
.piclista li:nth-child(4n){
   margin-right: 0;
}
.piclista li img{
   width: 100%;
   height: 100%;
}

.contact{width: 685px;height: auto;float: right;height: 500px;}
.map{width: 950px;left: 50%;margin-left: -960px;height: 500px;position: absolute;}

.beian{
    color: #fff !important;
    text-decoration: none;
}
.quality-img img{
    padding: 7px;
}
.home .swiper-button-prev{
    left: 30px;
    top: 50%;
}
.home .swiper-button-next{
    right: 30px;
    top: 50%;
}
.ce-img{
    width: 25%;
    float: left;
    padding-bottom: 10px;
}
.ce-img img{
    width: 95%;
}
.main-about,
.main-about .w1400,
.main-about .pagecontent{
    overflow: inherit;    
}
.pagecontent.ce{
    min-height: 1950px;
}
.contact p{
    font-size: 16px;
}
.box2 .box h2{
    text-align: right;
    font-size: 65px;
    font-weight: bold;
    color: white;
    padding-right: 17px;
    padding-top: 24px;
}
.link{
    font-size: 14px;
}
.link a{
    font-size: 14px;
}